-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(HorizontalScroll): remove inline prop #7582
Conversation
size-limit report 📦
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
e2e tests |
👀 Docs deployed
Commit b9f76fa |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7582 +/- ##
==========================================
- Coverage 95.20% 95.20% -0.01%
==========================================
Files 384 384
Lines 11354 11351 -3
Branches 3726 3723 -3
==========================================
- Hits 10810 10807 -3
Misses 544 544
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Да, раз в Но, тогда надо явно прописать правило, что |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
1688838
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 🔥 🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
конлфикт(
c9ba93a
89fdc5b
to
c9ba93a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💅
✅ v7.0.0-beta.0 🎉 |
Описание
Удаляем
inline
проп, потому чтоHorizontalScroll
подразумевает, что контент будет располагаться горизонтально без дополнительных оберток.Изменения
Убрала все использования
inline
- пропа или использование оберток из документации.compensateLastCellIndent
уHorizontalCellShowMore
. Может, удалим? Какая может быть необходимость не размещать на одном уровне с остальными ячейками "Показать всё"?Release notes
BREAKING CHANGE
HorizontalScroll: свойство
inline
удалено и теперь применяется по умолчанию. Если вы использовали дополнительные обертки, чтобы выравнивать ячейки внутри компонента, просьба пересмотреть их использование.HorizontalCellShowMore: свойство
compensateLastCellIndent
удалено. Если вы использовали дополнительные обертки внутриHorizontalScroll
, чтобы выравнивать ячейки внутри компонента, просьба пересмотреть их использование и размещатьHorizontalCellShowMore
на том же уровне вложенности, что и остальные ячейки вHorizontalScroll